home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / wireless / b43legacy / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  537 b   |  20 lines

  1. # b43legacy core
  2. b43legacy-y                += main.o
  3. b43legacy-y                += ilt.o
  4. b43legacy-y                += phy.o
  5. b43legacy-y                += radio.o
  6. b43legacy-y                += sysfs.o
  7. b43legacy-y                += xmit.o
  8. # b43 RFKILL button support
  9. b43legacy-$(CONFIG_B43LEGACY_RFKILL)    += rfkill.o
  10. # b43legacy LED support
  11. b43legacy-$(CONFIG_B43LEGACY_LEDS)    += leds.o
  12. # b43legacy debugging
  13. b43legacy-$(CONFIG_B43LEGACY_DEBUG)    += debugfs.o
  14. # b43legacy DMA and PIO
  15. b43legacy-$(CONFIG_B43LEGACY_DMA)    += dma.o
  16. b43legacy-$(CONFIG_B43LEGACY_PIO)    += pio.o
  17.  
  18. obj-$(CONFIG_B43LEGACY)            += b43legacy.o
  19.  
  20.